/*----------------ブロック⑤-----------------------*/
@media screen and (min-width: 751px)  {


#block5{
	width:100%;
	margin:50px auto 0;
	padding-bottom:60px;
}








#block5 dl{
	border:solid 1px #666666;
	margin:20px auto;
	padding:20px;
	width: 845px;
}

#block5 dt{
  padding:10px 0;
  font-size: 2.0rem;
  font-weight:bold;
  margin:0 0 10px;
}

#block5 dd h2{
	font-size:1.8rem;
	font-weight:bold;
	margin-bottom:10px;
}

#block5 dd p{
	font-size:1.4rem;
}

#block5 .tokucyu{
	margin-bottom:20px;
}

#block5 #leftblock{
	float:left;
	width:490px;
	margin-right:23px;
	height:auto;
}

#block5 #rightblock{
	float:right;
	width:250px;
	height:165px;
	background:#000;
}





}




@media screen and (max-width: 750px)  {
/*----------------ブロック⑤-----------------------*/

#block5 h1{
    text-align: center;
    font-weight: bold;
    font-size: 2.0rem;
    color: #fff;
    background: #054c96;
    padding: 5px;
    line-height: 2.5rem;
    margin-bottom: 20px;
	position:relative;
}

#block5 h1:after {
    top: 100%;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(25, 177, 239, 0);
    border-top-color: #054c96;
    border-width: 10px;
    margin-left: -10px;
}


#block5 dt{
  font-size: 1.4rem;
  font-weight:bold;
  padding-left:1em;
  text-indent:-1em;
  line-height:1.4rem;
  
}

#block5 dd h2{
	font-size:1.6rem;
	font-weight:bold;
	margin-bottom:10px;
}

#block5 dd p{
	font-size:1.2rem;
}

#block5 .tokucyu{
	margin-bottom:10px;
}

#block5 .tokucyu last-child{
	margin:0;
}

#block5 #leftblock{
	float:none;
	width:100%;
	margin-right:0;
	height:auto;
}





}
